ColorManagement Xojo Plugin

ICCColorProfile.ColorSpaceTypeValues Enum

Enum that defines constants defining color profile types.

enum ICCColorProfile.ColorSpaceTypeValues

Constants

GRAY = 3This plugin supports loading, converting, applying and getting information on those.
RGB = 4This plugin supports loading, converting, applying and getting information on those.
CMY = 5This plugin only supports loading and getting information on those.
CMYK = 6This plugin only supports loading and getting information on those.
YCbCr = 7This plugin only supports loading and getting information on those.
YUV = 8This plugin only supports loading and getting information on those.
XYZ = 9This plugin only supports loading and getting information on those.
Lab = 10This plugin only supports loading and getting information on those.
YUVK = 11This plugin only supports loading and getting information on those.
HSV = 12This plugin only supports loading and getting information on those.
HLS = 13This plugin only supports loading and getting information on those.
Yxy = 14This plugin only supports loading and getting information on those.